Hi,
how do i compile the -libxml2 and libcurl for vmware monitoring? i have very limited knowledge in linux, hence this question. PFB output and guide me.
For virtual machine monitoring to work, Zabbix should be compiled with the --with-libxml2 and --with-libcurl compilation options.
[root@appliance /]# ldd /usr/sbin/zabbix_server | egrep 'libxml2|libcurl'
libxml2.so.2 => /lib64/libxml2.so.2 (0x00007f13d1aa8000)
libcurl.so.4 => /lib64/libcurl.so.4 (0x00007f13d03a3000)
how do i compile the -libxml2 and libcurl for vmware monitoring? i have very limited knowledge in linux, hence this question. PFB output and guide me.
For virtual machine monitoring to work, Zabbix should be compiled with the --with-libxml2 and --with-libcurl compilation options.
[root@appliance /]# ldd /usr/sbin/zabbix_server | egrep 'libxml2|libcurl'
libxml2.so.2 => /lib64/libxml2.so.2 (0x00007f13d1aa8000)
libcurl.so.4 => /lib64/libcurl.so.4 (0x00007f13d03a3000)
thanks in advance
Comment